home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS Toolkit
/
BBS Toolkit.iso
/
rbbs_pc
/
becproto.zip
/
SK&J0126.ZIP
/
RECV.BAT
< prev
next >
Wrap
DOS Batch File
|
1988-10-01
|
610b
|
21 lines
echo off
if %1x == x goto error
superk p1 s2400 dr t%1 fc:\dls
goto end
:error
cls
echo SUPERK - (c) Copyright 1988 Crater Rim Software - All Rights Reserved
echo .
echo MiniNet's External Protocol Driver for Batch
echo transfers using single file protocols
echo .
echo Command Line = SUPERK p1 s2400 dr t(protocol) fc:\dls
echo .
echo Call RECV as RECV protocol
echo where protocol = x,c,y,w,k,s or xb,cb,yb,wb,kb,sb
echo .
echo Change the port, speed and download dir (p,s and f) to suit
echo .
echo Call SUPERK @ to set and save defaults
:end